func runtime.makeProfStack
6 uses
runtime (current package)
mprof.go#L1077: expandedStack := makeProfStack()
mprof.go#L1318: pcbuf := makeProfStack() // see saveg() for explanation
mprof.go#L1520: pcbuf := makeProfStack() // see saveg() for explanation
mprof.go#L1616: pcbuf = makeProfStack()
proc.go#L1065: func makeProfStack() []uintptr { return make([]uintptr, debug.profstackdepth) }
proc.go#L1068: func pprof_makeProfStack() []uintptr { return makeProfStack() }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)